home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / scene3_4.dir / 00042_Script_20Roll < prev    next >
Text File  |  1999-03-01  |  316b  |  11 lines

  1. on mouseEnter me
  2.   set the member of sprite 21 to member "4-tipLOOP"
  3.   set the loc of sprite 21 to point(616, 135)
  4.   set the rect of sprite 21 to rect(306, 21, 616, 135)
  5. end
  6.  
  7. on mouseLeave me
  8.   set the member of sprite 21 to "sprite21 HotRect"
  9.   set the rect of sprite 21 to rect(1548, 1483, 573, 500)
  10. end
  11.